home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / line_2.dxr / 00108.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  254 b   |  14 lines

  1. on mouseWithin
  2.   set the member of sprite 74 to member("light")
  3. end
  4.  
  5. on mouseLeave
  6.   set the member of sprite 74 to member("dark")
  7. end
  8.  
  9. on mouseUp me
  10.   global type, row, col
  11.   type = 3
  12.   sprite(72).member = "2pt" & "." & row & "." & col & "." & type
  13. end
  14.